# The format Of this File should be as follows:
# Use '#' for a remark line
# Failure/success message definitions should be as follows (see example below):
# Note: \t designates a tab character, \n designates a newline character.
# CPSC_AUTHENTICATION_FAILED\t'user message'\n\t'additional text'\n\t ...
# CPSC_AUTHENTICATION_SUCCEEDED\t'user message'\n\t'additional text'\n\t ...
# In a file used by version 4.1 SP1 each message can have up to 2 lines
# 40 characters each
# In a file used by version 4.1 SP2 there is a 1000 characters limit on each line
# and no limit on the number of lines.
# If using with SP2 it is recommended not to include any new line characters in the 
# messages - the code will break the lines on its own.
#
CPSC_AUTHENTICATION_FAILED	You have failed authentication
	Please call sysadmin
	In case this file is used with SP1 this line will not be shown
CPSC_AUTHENTICATION_SUCCEEDED	Authentication succeeded
	You can safely read your mail